home *** CD-ROM | disk | FTP | other *** search
/ The World of Computer Software / The World of Computer Software.iso / 386nqcak.zip / 386NQCAK.TXT next >
Text File  |  1992-09-22  |  5KB  |  125 lines

  1.  
  2.  
  3. 386DISK and QCACHE
  4. ──────────────────
  5. Included with 386MAX and BlueMAX are two additional utilities - 386DISK and
  6. QCACHE.  386DISK is a 'RAM disk' which allows files to be copied into a
  7. virtual drive contained in memory, while QCACHE, as its name implies, is a
  8. disk caching program which increases system performance by decreasing the
  9. number of disk reads made to the hard drive.
  10.  
  11.  
  12. Using 386DISK
  13. -------------
  14. To install 386DISK, simply insert a device line in the CONFIG.SYS file
  15. which reads:
  16.  
  17. DEVICE=C:\<PATH>\386DISK.SYS DISK_SIZE SECTOR_SIZE DIR_ENTRIES OPTION
  18.  
  19. where:
  20. *    <PATH> is the path to the 386DISK.SYS driver
  21. *    DISK_SIZE is the size of the virtual disk in KB
  22. *    SECTOR_SIZE is the desired number of bytes in each sector
  23. *    DIR_ENTRIES is the desired number of directory entires in the root
  24.     directory
  25. *    OPTION specifies the type of memory in which to configure the virtual drive.
  26.     Possibilites include /EMS for expanded memory, /EXT for extended
  27.     memory, and /XMS for extended memory via XMS Extended Memory
  28.     Blocks (EMBs)
  29.  
  30. To create a 1MB virtual disk using XMS memory with 512 byte sectors and 64
  31. directory entries, simply insert the following line in CONFIG.SYS:
  32.  
  33. DEVICE=C:\386MAX\386DISK.SYS 1024 512 64 /XMS
  34.  
  35.  
  36. Troubleshooting 386DISK
  37. ───────────────────────
  38. If you are experiencing problems when loading 386DISK, verify that you have
  39. sufficient resources to load the virtual drive.  Versions of 386MAX prior
  40. to version 6.0 will require the user to reserve extended memory for 386DISK
  41. by using the EXT= option in the 386MAX.PRO file if the virtual drive is
  42. configured to use extended or XMS memory.  For more information about
  43. 386DISK, consult the 386DISK.DOC file included with 386MAX and BlueMAX.
  44.  
  45.  
  46.  
  47. Using QCACHE
  48. ────────────
  49. QCACHE is a disk cache utility licensed from PCKwik Corp (formerly
  50. Multisoft).  Though QCACHE shares some of the functionality of PCKwik's
  51. SuperPCK cache, QCACHE lacks the advanced features of commercial caches.
  52.  
  53. The default behavior for QCache is to replace SMARTDRV.SYS and use the same
  54. amount of memory currently being used by Smartdrive (up to 2MB).  If you
  55. wish to install QCache in a system not currently using Smartdrive, place
  56. the statement
  57.  
  58.     d:\[path]\qcache
  59.  
  60. in your AUTOEXEC.BAT, where d:    is the drive and [path] is the directory in
  61. which QCache is located.  For example, to install a 1 MB disk cache using
  62. XMS memory, and lending active at 512 KB, place the following line in
  63. AUTOEXEC.BAT:
  64.  
  65.      d:\[path]\QCache /S:1024 /L:512
  66.  
  67. Qcache should be loaded BEFORE any shell you may be using.  If you are using
  68. Windows 3.0, be sure to load QCACHE.WIN in your CONFIG.SYS to provide the
  69. necessary interface.
  70.  
  71. By default the track buffers for Qcache are loaded into low DOS memory to
  72. provide additional stability in certain volatile environments.    Loading the
  73. track buffers does use some conventional memory, however, this is usually
  74. limited to 8-10 KB.
  75.  
  76. The following parameters are valid when loading QCache:
  77.  
  78. /*+       Enable cache hit indicator
  79. /5-       Allow track buffer to be loaded high along with the rest
  80.        of the cache
  81. /B+       Batch copy to/from cache
  82. /C+       Use conventional memory
  83. /EM       Use extended memory;  minimize use of conventional memory
  84. /G+       If boot sectors contradict BIOS, use boot info
  85. /I+       Display drive table during installation
  86. /K+       Wait for keyboard response after any warning messages
  87. /L:nnnn    Lend nnnn KB to other applications
  88. /Mn+       Enable measurement pop-up
  89.        n=1 Use ALT-SHIFT
  90.        n=2 Use CTRL-ALT-SHIFT
  91. /P       Display parameters in effect
  92. /R:nnnn    Reserve nnnn KB for applications
  93. /S:nnnn    Allocate nnnn KB for cache
  94. /T+       Read the rest of the track
  95. /&U+       Load into UMB memory
  96. /V+       Use volume change detection hardware
  97. /-x       Do not cache drive x
  98.  
  99.  
  100. You may use these parameters while QCache is loaded:
  101.  
  102. /?       Display post parameter listing
  103. /F       Flush cache
  104. /M       Displays cache measurements
  105. /P       Display parameters in effect
  106.  
  107.  
  108. For additional information concerning QCACHE, consult the 386MAX/BlueMAX
  109. Reference Guide.
  110.  
  111.   ----------
  112.  
  113.    Qualitas, Inc.             Main        : (301) 907-6700
  114.    7101 Wisconsin Avenue         Sales        : (800) 733-1377
  115.    Suite 1386                 FAX        : (301) 907-0905
  116.    Bethesda, MD 20814-4805         BBS        : (301) 907-8030
  117.                      CompuServe : 75300,1107
  118.                      MCI Mail   : 336-2907
  119.    ----------
  120.  
  121.    386MAX, BlueMAX, and MOVE'EM are trademarks of Qualitas, Inc.
  122.    All company names and products are trademarks or registered trademarks
  123.    of their respective companies.
  124.  
  125.